cody - HTMLify profile

cody
4270 Files
632707 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer
/* *{
margin: 0;
padding: 0;
} */
body {
overflow: hidden;
}
margin: 0;
padding: 0;
} */
body {
overflow: hidden;
}
(function () {
// The number of bars that should be displayed
const Bar_number = 50;
// Get the audio element tag
const audio = document.querySelector("audio");
// audio.crossOrigin = "anonymous";
const ctx = new AudioContext();
// The number of bars that should be displayed
const Bar_number = 50;
// Get the audio element tag
const audio = document.querySelector("audio");
// audio.crossOrigin = "anonymous";
const ctx = new AudioContext();
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">